Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Manually restore omni versions and prevent future issues #539

Merged
merged 1 commit into from
Jul 30, 2024

Conversation

ericanderson
Copy link
Member

@ericanderson ericanderson commented Jul 29, 2024

The omni's got hit by the peerDependencies paradox (for lack of a better name). We already oops over to 2.x for them and almost went to 3.x so this gets us back to a stable state and they won't major rev with client updates any more.

@ericanderson ericanderson force-pushed the ea.fix-omni-state-of-the-world branch from 76808f0 to 05079ca Compare July 29, 2024 21:36
- Updated dependencies [651c1b8]
- @osdk/[email protected]
- @osdk/[email protected]

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removing changelogs that don't matter

@@ -1,6 +1,6 @@
{
"name": "@osdk/foundry.admin",
"version": "3.0.0-beta.1",
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Restoring version back to 2.0.0 so we don't ship this as 3.0.0 when we version next

@@ -224,11 +224,6 @@ const BASE_PACKAGE_JSON = {
"typecheck": "tsc-absolute",
},
"dependencies": {},
"peerDependencies": {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't generate with peer deps for new packages of the platform sdk

@ericanderson ericanderson merged commit 3085507 into main Jul 30, 2024
6 of 7 checks passed
@ericanderson ericanderson deleted the ea.fix-omni-state-of-the-world branch July 30, 2024 13:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants